home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Organise / _SETUP.1 / Epoch Organiser 3.0.exe / 0 / RCDATA / TALARMSLOSTFORM / TALARMSLOSTFORM.txt
Text File  |  1998-01-25  |  1KB  |  53 lines

  1. object AlarmsLostForm: TAlarmsLostForm
  2.   Left = 204
  3.   Top = 71
  4.   BorderStyle = bsDialog
  5.   Caption = 'Failed Alarms/Reminders..'
  6.   ClientHeight = 219
  7.   ClientWidth = 215
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 1
  18.     Top = 1
  19.     Width = 213
  20.     Height = 217
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 8
  25.       Width = 189
  26.       Height = 52
  27.       Alignment = taCenter
  28.       Caption = 
  29.         'The Following Alarms/Reminders Failed To Activate. (Probably Bec' +
  30.         'ause Epoch Was Not Running At The Time) And They Will Be Deleted' +
  31.         '..'
  32.       WordWrap = True
  33.     end
  34.     object GroupBox1: TGroupBox
  35.       Left = 4
  36.       Top = 65
  37.       Width = 204
  38.       Height = 147
  39.       Caption = 'Preview Them First'
  40.       TabOrder = 0
  41.       object PreviewBox: TListBox
  42.         Left = 4
  43.         Top = 14
  44.         Width = 196
  45.         Height = 127
  46.         ItemHeight = 13
  47.         TabOrder = 0
  48.         OnClick = PreviewBoxClick
  49.       end
  50.     end
  51.   end
  52. end
  53.